4.1.1
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Feb 2021 01:58:58 +0000 (20:58 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Feb 2021 01:59:16 +0000 (20:59 -0500)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 12540b78a3e9cdc05cd3f4e5531342462a48182f..1aa16887a277f06e197c01b23e841a473cdedeb2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,62 @@
+Overview of Changes in 4.1.1
+============================
+
+* Popover:
+ - Support shadows on popover > contents
+
+* Input:
+ - Show preedit for compose sequences
+ - Support long compose sequences
+ - Support compose sequences producing multiple characters
+
+* Themes:
+ - Allow suggested and destructive actions in lists
+ - Disable shadows on maximized, fullscreen and tiled windows
+ - Fine-tune scrollbar transitions and size
+
+* CSS:
+ - Support drop-shadow filters
+ - Correct blur filter spread interpretation
+
+* Documentation:
+ - Improvements and updates for dialogs and native dialog
+
+* Printing:
+ - Support Avahi-discovered printers better
+
+* GSK:
+ - Add another OpenGL render. It is not the default yet.
+   To try it, use GSK_RENDERER=ngl
+
+* Build:
+ - Lots of static analysis fixes found by pvs
+ - Add a -Dprofile=devel option for devel styling and
+   use it for nightly flatpaks
+
+* X11:
+ - Fix DND of X11-specific types
+
+* Wayland:
+ - Fix lookup of font settings in flatpaks
+
+* Windows:
+ - Fix window resizing
+ - Avoid UAC for gtk-update-icon-cache
+
+* MacOs:
+ - Use correct module file extension
+ - Make OpenGL context opaque when possible
+ - Fix window resizing
+
+* Translation updates:
+ British English
+ Czech
+ Danish
+ Galician
+ Hungarian
+ Turkish
+
+
 Overview of Changes in 4.1.0
 ============================
 
index c3a980ef8db67726af8ac49b2c57567bb09e6af6..f3dba9d27600f027c1c6ed9a7096a9da88cbbc7d 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.1.0',
+        version: '4.1.1',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',